html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
roof,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    box-sizing: border-box;
}

body {
    line-height: 1;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    background: #FFFFFF;
    min-width: 1400px;
}

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/c/font_4413337_vwm1mg0mxtr.woff2?t=1725326895631') format('woff2'),
        url('//at.alicdn.com/t/c/font_4413337_vwm1mg0mxtr.woff?t=1725326895631') format('woff'),
        url('//at.alicdn.com/t/c/font_4413337_vwm1mg0mxtr.ttf?t=1725326895631') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
    list-style: outside none none;
    box-sizing: border-box;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px none;
}

input,
textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.main {
    width: 1400px;
    margin: 0 auto;
}

a {
    color: #333;
    text-decoration: none;
}

.main {
    width: 968px;
    margin: 0 auto;
}

/* header */
header {
    height: 68px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border-bottom: 1px solid #F8F8F8;
}

.logo {
    border-radius: 0px 0px 0px 0px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 27px;
    text-align: center;
    float: left;
    margin-right: 175px;
    margin-top: 20px;
}
.logo img{
    height: 40px;
}
.nav {
    overflow: hidden;
    float: left;
}

.nav li {
    float: left;
    margin-right: 50px;
}

.nav li a {
    display: block;
    line-height: 68px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
}

.nav li a.on,
.nav li a:hover {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #0080FF;
    border-bottom: 2px solid #0080FF;
}

/*  */
footer {
    background: #F9F9F9;
    margin-top: 26px;
    padding-top: 37px;
    padding-bottom: 74px;
}

footer .main {
    overflow: hidden;
}

.footer-logo {
    float: left;
    height: 27px;
    border-radius: 0px 0px 0px 0px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    margin-right: 16px;
}
.footer-logo img{
    height: 27px;
}
.footer-nav {
    float: left;
    width: 160px;
}

.footer-nav h5 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 16px;
    color: #A1A2A8;
    line-height: 23px;
    margin-bottom: 12px;
}

.footer-nav ul {
    overflow: hidden;
}

.footer-nav ul li {
    width: 50%;
}

.footer-nav ul li:nth-child(odd) {
    float: left;
}

.footer-nav ul li:nth-child(even) {
    float: right;
}

.footer-nav ul li a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #919399;
    line-height: 20px;
}

footer .xian {
    float: left;
    width: 1px;
    height: 130px;
    background: #E8E8E8;
    margin: 0 75px;
}

footer .xian.ma20 {
    /* margin-right: 20px; */
}

.footer-p {
    clear: both;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.footer-p span,
.footer-p a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #919399;
    line-height: 20px;
    margin-right: 20px;
}

.footer-p a.red {
    color: #EC3B3B;
}

.footer-p2 {
    justify-content: center;
    margin-top: 8px;
}

/*  */

.page {
    text-align: center;
    background: #F5F6F5;
    border-radius: 269px 269px 269px 269px;
    padding: 15px 18px;
    width: fit-content;
    margin: 20px auto;
}

.page span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9DA0A7;
    line-height: 20px;
    margin-right: 18px;
}

.page a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 306px 306px 306px 306px;
    text-align: center;
    line-height: 34px;
    background: #FFFFFF;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #2E2D32;
    margin: 0 6px;
}

.page a.on {
    background: #0080FF;
    color: #fff;
}

.page a.prev,
.page a.next {
    background: #EDEDED;
}